home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 34 / Amiga Format CD34 (1998-11-20)(Future Publishing)(GB)[!][Christmas issue].iso / -screenplay- / otherstuff / ar-pro3 / ar-pro.doc < prev    next >
Text File  |  1998-10-01  |  7KB  |  206 lines

  1. Aktion Replay PRO SOFTWARE
  2. **************************
  3.  
  4. **************************
  5. * MINI UPDATE   12.03.1994
  6. **************************
  7. AR-PRO did not stay resident at reset, due to the default settings used
  8. in the pref, it did not use these at the reset.
  9. You may experience problems when reading the included documentation,
  10. when pressing the INSTRUCTIONS icon.
  11.  
  12.  
  13. News and buggy updates
  14. ----------------------
  15.  
  16. I managed to fix a few bugs of mine, and also included some new options,
  17. which will be explained, in this documentation.
  18. It now works 100% on a4000/40, but with use of Multisync screens,
  19. you may get problems , when exiting AR-PRO, as I doesn't return
  20. screen mode at exit.
  21.  
  22. Aktion-replay will only work on computers running with 
  23. Operation System 3.0 (A1200 and up)
  24. You can run Aktion-Replay on accelerated computers, but you need
  25. at least OS 3.0.
  26.  
  27. A uninitalized Aktion Replay start with a preferences screen,
  28. but when a Pref. is saved, AR-PRO will automatically start
  29. without showing the menu screen.
  30. If you want to change the settings in the preferences, you
  31. can just add a "?" after the command name in the CLI, and
  32. the preferences will be shown again.
  33.  
  34. If you see a the background changes GREEN (flashing),
  35. then the AR-PRO software could not be installed.
  36. Retry with a new address/location.(Default: $1a0000)
  37.  
  38. NEW commands.
  39. -------------
  40.  
  41. IMODE     :
  42. *DEFAULT= 2
  43.  
  44.            I never explained this command in the previous release,
  45.            but indeep it was included. so here comes the info.
  46.  
  47.            Change "ENTERING" mode of activating AR-PRO, if needed.
  48.  
  49.         0-> Left&Right Mouse Button + 'F' Key  -+-  ']' key disables AR-PRO
  50.         1->        '*' Key on Keypad           -+-  ']' key disables AR-PRO
  51.         2->       Right Mouse Button           -+-  ']' key disables AR-PRO
  52.         3->       Level 7 Interrupt            -+-  ']' key disables AR-PRO
  53.  
  54. DEEPMW    :
  55. *DEFAULT= DISABLE
  56.  
  57.            Another feature is the Memwatcher which now got the option
  58.            of tracing interrupts also, but due to the speed of the
  59.            computer if running in DEEP trace mode, I made this
  60.            an option which is selectable.
  61.            If you try this while the Operating System is running,
  62.            and disable the option, the OS will still act a bit
  63.            like the TRACE mode is active.
  64.            So, use it only when needed.
  65.  
  66. ALLEXC    :
  67. *DEFAULT= DISABLE
  68.  
  69.            You may want to temporary disable this option, which
  70.            activates all calls made which makes an exception.
  71.            such as, TRAP ,TRACE-MODE.
  72.  
  73. KICKROMADR:
  74. *DEFAULT= $F80000
  75.  
  76.            If you are running a Fake kickstart, using Zkick or kickrom,
  77.            and you want to use ROMAVOID, you must set this, IF
  78.            you are using a loaded kickstart, which is placed in $200000,
  79.            this can be done , writing this command.
  80.            currently, it only supports kickstarts in address $200000,
  81.            but that is nearly covering all emulations.
  82.  
  83. ROMAVOID:
  84. *DEFAULT= DISABLED
  85.  
  86.            If you are running a Fake kickstart, using Zkick or kickrom,
  87.            and you want to use ROMAVOID, you can select to skip
  88.            calls to the rom system, so the AR-PRO only, activates when
  89.            when its out of the ROM area.
  90.  
  91.  
  92. CACHE     :
  93. *DEFAULT= kickstart defaults
  94.  
  95.            You can at any time in Aktion replay disable all caching
  96.            by the processor.
  97.            The way to do this is:
  98.  
  99.                0= DISABLE  --  1= ENABLE
  100.  
  101.            CACHE 1000     Data Burst Enabled
  102.            CACHE 0100     Data Cache Enabled
  103.            CACHE 0010     Inst Burst Enabled
  104.            CACHE 0001     Inst Cache Enabled
  105.  
  106.            All values can be mixed together.
  107.        this work for 020/030 computers only..
  108.            NOT  A4000/40 COMPATIBLE YET!
  109.  
  110.  
  111. *TS       :
  112.             The TS command, has now been fixed to work proberly again.
  113.             and also added a feature which were missing in the other
  114.             versions of Aktion Replay.
  115.             You can specify at each start of TS, which starting address
  116.             to scan memory from, or it will take address 0 as default.
  117.             i.e. 
  118.                     TS 4 0      (scans from address 0)
  119.                     TS 4 1234   (scans from address $1234)
  120.  
  121.             Also improved the routines, so it shows you the address
  122.             scanning from, when started.
  123.  
  124.  
  125. *M        :
  126.             Updated the Memory show command ,so its possible to
  127.             view datas as Byte, Word, Longword.
  128.             i.e.
  129.                  m.b   0         (show memory as Bytes)
  130.                  m.w   0         (show memory as Words)
  131.                  m.l   0         (show memory as Longwords)
  132.  
  133.             If no extension is used, it will show memory as bytes.
  134.  
  135.  
  136.  
  137. F-Keys:
  138. -------
  139.  
  140. S-F9      : (COMPARE Page 1 & Page 2)
  141.  
  142.            Some people (like myself), uses the spare page for comparing
  143.            of memory, and shows a part of the memory using the 'M'
  144.            function for an example.
  145.            the basic idea for this function is:
  146.            it compares the characters on both pages, those which are
  147.            equal, will be replaced by a SPACE, and the rest will remain
  148.            on the screen.
  149.  
  150.  
  151. S-F10     : (Switch between 15Mhz & 31Mhz)
  152.  
  153.            Another option is now, that you can switch the screen mode
  154.            into VGA mode, so if needed, you can run the AR-PRO on
  155.            your S-VGA monitor.
  156.  
  157.  
  158.  
  159.  
  160.  
  161. Other changes:
  162. --------------
  163.  
  164. I have added a screen page number to those to screen which is possible
  165.  to use. In the upper right corner, a Page number will be shown when
  166.  switching page.
  167.  
  168.  
  169.  
  170.  
  171.             
  172. *************************************************************************
  173.                         A THANKS MUST GO TO
  174.  
  175.                           Nicolas Clarke
  176.  
  177.                FOR HELPING OUT, ON THE A4000 PROBLEM
  178. *************************************************************************
  179.  
  180.  
  181. *************************************************************************
  182. *               G E N E R A L    I N F O R M A T I O N                  *
  183. *************************************************************************
  184. You can register you Aktion Replay PRO, and get the hardware.
  185. A registration costs $95(USDollar),
  186. Fill out a paper documenting us,
  187.  NAME
  188.  ADDRESS
  189.  COUNTRY
  190.  PHONE? if needed
  191.  COMPUTER TYPE, AND EXTRA EQUIPMENT!
  192.  
  193.  
  194.  Send your registration to:
  195.  
  196.  ParCon Software,
  197.  v. Michael Pendec
  198.  Islandsh0jparken 5, ST.TH.
  199.  DK-2990 NIVAA
  200.  DENMARK
  201.  
  202.  
  203. We will ship the hardware within 14 days after receiving your
  204. registration.
  205. *************************************************************************
  206.